/* -----------------------------------------------------------------------
OVERRIDING - Default Styles
----------------------------------------------------------------------- */
body {
    background: #ece5c7;
    margin-bottom:35px;
}
h1{
	line-height: 100%;
	background-image: url(../graphics/heading_icon.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
}
h2 {
    font-size:1.75em;
    letter-spacing:-1px;
    line-height:100%;
    font-weight:bold;
    color: #601800;
}
h3 {
    letter-spacing:-1px;
    line-height:100%;
    font-weight:bold;
    color: #000;
}

a {
    color: #4a2c16;
    text-decoration: none;
    outline:none;
}
a:hover {
    color: #cc0000;
    text-decoration: none;
    outline:none;
}
.alignleft {
    float:left;
}
.alignright {
    float:right;
}
.pic {
    margin:10px;
    border: 5px solid #4A2C16
}
.printpage {
    background:#fff;
}
.printpage .container {
    -webkit-box-shadow: none;
    box-shadow:none;
}

/* -----------------------------------------------------------------------
OVERRIDING - Grid / Layout Classes
----------------------------------------------------------------------- */
.container {
    -webkit-box-shadow: 5px 5px 10px 1px rgba(213, 205, 169, 0.5);
    box-shadow: 5px 5px 10px 1px rgba(213, 205, 169, 0.5);
}
.column { float: left; margin-right: 10px; }
.last { margin-right: 0; }

/* -----------------------------------------------------------------------
Layout
----------------------------------------------------------------------- */

#topbar {
    padding:0px;
    margin:0px;
    height:10px;
    background:#4a2c16;
}
#header {
    padding:0px;
    margin:0px;
    background: #fff url(../graphics/bg_header.png) top right no-repeat;
    height:90px;
}
#footer {
    color: #000;
    padding: 20px;
    font-size:0.9em;
    background: #fff;
}

.columns {
    margin:0px;
    padding:0px;
    background: #fff url(../graphics/bg_columns.png) top left repeat-y;
}
.bar {
    background-color:#7b6a56;
}
#quicklinks {
    background:#4a2c16;
    color: #fff;
    font-size:1.0em;
	padding:5px;
    margin:30px 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
    #quicklinks ul li {
        list-style:none;
        padding:2px 5px 2px 15px;
    }
    #quicklinks ul li a {
        color:#ead695;
        text-decoration:none;
    }
    #quicklinks ul li a:hover {
        color:#fff;
    }
#menu ul {
	list-style:none;
	margin:0;
	padding:0;
}
#menu li {
	float:right;
    display: block;
	margin:0;
    padding:0;
}
#menu li a {
    display:block;

    background:#4a2c16;
    color: #fff;
    font-size:1.0em;
	padding:5px 10px;
    margin:5px 5px 5px 0px;
	text-decoration:none;
    font-weight:bold;
    line-height:100%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#menu ul li a.current {
    background:#eedb99;
    color: #4a2c16;
}
#menu li a:hover {
    background:#eedb99;
    color: #4a2c16;
    text-decoration: none;
}

#menu li div {
    margin:0px;
    padding:0px;
    font-size:0.60em;
    line-height:100%;
}
#mainmenu {
    margin:0px;
    padding:10px;
}

#footermenu {
	margin:0;
	padding:0;
}
#footermenu li {
	float:left;
    display: block;
	margin:0;
    padding:0px 0px 20px 0px;
}
#footermenu li a {
    display:block;

    background:#ece5c7;
    color: #4a2c16;
    font-size:1.0em;
	padding:5px 10px;
    margin:1px;
	text-decoration:none;
    font-weight:bold;
    line-height:100%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
#footermenu li a:hover {
    background:#4a2c16;
    color: #fff;
    text-decoration: none;
}

h3.col {
    background: #4a2c16 url(../graphics/col-h3-arrow.png) top left no-repeat;
    color:#fff;
    font-size:1.4em;
    font-weight:normal;
	margin:0;
	padding:5px 30px;
    letter-spacing:normal;
    border-top:1px #fff solid;
    border-bottom:1px #fff solid;
}
h3.home {
    background: #00793a url(../graphics/home-h3-arrow.png) top left no-repeat;
    color:#fff;
    font-size:1.2em;
    font-weight:bold;
	margin:0;
	padding:5px 30px;
    letter-spacing:normal;
    border-top:1px #fff solid;
    border-bottom:1px #fff solid;
}
.homehighlight {
    padding:10px;
    line-height:110%;
}
.homehighlight img {
    padding:0px 10px 10px 0px;
}
a.more {
	margin:0;
	padding:5px 20px;
    background: url(../graphics/more.png) top left no-repeat;
    text-decoration:none;
    font-weight:bold;
    color:#603913;
}
a:hover.more {
    color:#cc0000;
}
#pagecontent {
    padding:20px;
    margin:0px;
}
#translations {
    float:right;
    height:50px;
}
#breadcrumbs {
    font-size:0.80em;
    padding-bottom:20px;
}
div.clientcomments {
	background-color: #EEDB99;
	padding:20px;
    margin:20px;
	height:auto;
	text-align: left;
	overflow: hidden;
}
table.main {border-spacing:1px;}
table.main td {
	background-color: #F8F0D5;
	font-family: Arial, Verdana, Tahoma;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-align:center;
}
table.main tr.dmax td.d1 {
	background-color: #EEDC9C;
	text-align:left;
	font-family: Arial, Verdana, Tahoma;
	font-size: 10px;
}
table.main tr.dmax td.d2 {
	text-align:center;
	background-color: #4A2C16;
	color: #FFFFFF;
	font-family: Arial, Verdana, Tahoma;
	font-size: 10px;
}
table.main td.d3 {
	background-color: #F3E7BB;
	text-align:center;
}

table.main tr.dmax td.d0 {
	background-color: #4A2C16;
	color: #FFFFFF;
	text-align:center;
	font-family: Arial, Verdana, Tahoma;
	font-size: 11px;
}
table.main tr.dmax td {
	background-color: #F3E7BB;
}
/**************************************************************************/
/* TABLES                                                                 */
/**************************************************************************/
.tblhead {
	background-color: #603913;
	color: #FFFFFF;
	font-family:  Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
}

.tblcolhead {
	background-color: #EEDB99;
	color: #603913;
	font-family:  Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
}

.tblrowhead {
	background-color: #EEDB99;
	color: #603913;
	font-family:  Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
}

.tblcell {
	background-color: #F8F0D5;
	font-weight: normal;
}

/* -----------------------------------------------------------------------
STYLISH Table
----------------------------------------------------------------------- */
.stylish {
	clear: both;
	border: 1px solid #f9ebde; /* outer border color & style */
    width: 100%;
	overflow: hidden;
}
.stylish table {
	border-collapse: collapse;
	border-spacing: 0;
}

.stylishh th, .stylish td {
	padding: 3;
	vertical-align: top;
	border-style: solid;    /* inner border style */
	border-color: #f9ebde;     /* inner border color */
	border-width: 1px 0 0 1px;
	}

.stylish th {
	border-top: 0;
	background: #601800;
    color: #f9ebde;
	}



/* -----------------------------------------------------------------------
CUSTOM Classes
----------------------------------------------------------------------- */

.normalheight {
    line-height:100%;
}
.highlightbox {
    padding:20px;
    padding-top:0px;
}
.highlightseperator {
    border-left:1px #f9ebde solid;
    border-right:1px #f9ebde solid;
}
.titlebox {
    padding:20px;
    padding-bottom:0px;
}
.contentbox {
    padding:20px;
    padding-top:0px;
}

.highlightbox a {
    font-weight:bold;
}




a.lightbox img {
    border:5px #f9ebde solid;
}

a.lightbox img.floatleft {
    margin-top:5px;
    margin-right:10px;
    float:left;
}
a.lightbox img.floatright {
    margin-top:5px;
    margin-left:10px;
    float:right;
}

a.gallery img {
    border:5px #f9ebde solid;
    margin:11px;
    float:left;
}

/* -----------------------------------------------------------------------
Easy Slider
----------------------------------------------------------------------- */
#slidercontainer{
    margin-top:30px;
    margin-left:135px;
    margin-bottom:30px;
    position:relative;
}

	#slider{}
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{
		/*
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/
		width:700px;
		height:350px;
		overflow:hidden;
		}
	#prevBtn, #nextBtn{
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:135px;
		}
	#nextBtn{
		left:700px;
		}
	#prevBtn a, #nextBtn a{
		display:block;
		width:30px;
		height:77px;
		background:url(../graphics/btn_prev.gif) no-repeat 0 0;
		}
	#nextBtn a{
		background:url(../graphics/btn_next.gif) no-repeat 0 0;
		}

    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */








